Autodesk.AutoCAD.Geometry Namespace > Point2d Structure > Point2d Constructor > Point2d(double[]) Constructor
Point2d.Point2d(double[]) Constructor
Description

 

Constructs 2d-point with coordinates taken from the first two elements of the input array.

Visual Basic
Public Sub New(
    xy As double[]
)
C#
public Point2d(
    double\[\] xy
);
Parameters
Parameters 
Description 
double[] xy 
Input coordinate array 
Links
   Comments?